Uses of Interface
org.eclipse.vtp.desktop.projects.core.IBusinessObject

Packages that use IBusinessObject
org.eclipse.vtp.desktop.projects.core   
org.eclipse.vtp.desktop.projects.core.internals   
 

Uses of IBusinessObject in org.eclipse.vtp.desktop.projects.core
 

Methods in org.eclipse.vtp.desktop.projects.core that return IBusinessObject
 IBusinessObject IWebServiceTypeSet.createBusinessObject(java.lang.String name)
          Throws UnsupportedOperationException when called; web service business objects cannot be created.
 IBusinessObject IBusinessObjectSet.createBusinessObject(java.lang.String name)
          Creates a new business object with the given name.
 IBusinessObject IWebServiceTypeSet.getBusinessObject(java.lang.String name)
          Returns the business object with the specified name.
 

Methods in org.eclipse.vtp.desktop.projects.core with parameters of type IBusinessObject
 void IWebServiceTypeSet.deleteBusinessObject(IBusinessObject businessObject)
          Throws UnsupportedOperationException when called; web service business objects cannot be deleted.
 void IBusinessObjectSet.deleteBusinessObject(IBusinessObject businessObject)
          Removes the given business object from the application project.
static FieldType FieldType.object(IBusinessObject objectType)
          Constructs a new FieldType that represents a business object.
static FieldType FieldType.objectArray(IBusinessObject objectType)
          Constructs a new FieldType that represents an array of business objects.
 

Uses of IBusinessObject in org.eclipse.vtp.desktop.projects.core.internals
 

Classes in org.eclipse.vtp.desktop.projects.core.internals that implement IBusinessObject
 class BusinessObject
          This is a concrete implementation of IBusinessObject and provides the default behavior of that interface.
 class WebServiceType
          WebServiceType.
 

Methods in org.eclipse.vtp.desktop.projects.core.internals that return IBusinessObject
 IBusinessObject WebServiceTypeSet.createBusinessObject(java.lang.String name)
           
 IBusinessObject BusinessObjectSet.createBusinessObject(java.lang.String name)
           
 IBusinessObject WebServiceTypeSet.getBusinessObject(java.lang.String name)
           
 

Methods in org.eclipse.vtp.desktop.projects.core.internals with parameters of type IBusinessObject
 void WebServiceTypeSet.deleteBusinessObject(IBusinessObject businessObject)
           
 void BusinessObjectSet.deleteBusinessObject(IBusinessObject businessObject)